home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / networke / civ-0.000 / civ-0 / civ-0.3 / src / debug.h < prev    next >
C/C++ Source or Header  |  1995-02-09  |  175b  |  12 lines

  1. #ifndef _DEBUG_H
  2. #define _DEBUG_H
  3.  
  4. #include <stdarg.h>
  5.  
  6. // main should set these to the debug flags
  7. extern char *debugFlags;
  8.  
  9. void Debug(int flag, char *format, ...);
  10.  
  11. #endif
  12.